PROCOMM PLUS 4.5 for Windows BUBSORT.WAS (4/29/98)


Should I use this script?
-------------------------

The purpose of this script is to demonstrate how to sort 
integers in ascending order using a binary or bubble sort. 
It compares two integers to decide which is the larger. 
Then it sorts the next pair of values.  This process 
continues until the integers are sorted into ascending order.

The script is useful in that it allows you to see how a 
simple bubble sort is created. It can be expanded to sort 
larger lists of integers, or incorporated into other 
scripts with integer arrays.



How do I install BUBSORT.WAX?
----------------------------

Copy BUBSORT.WAS to your ASPECT directory and compile it.



How do I run BUBSORT.WAX?
------------------------

From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select BUBSORT.

From the Menu Bar:

1)  Click on Scripts.
2)  Click on Run.
3)  Select BUBSORT.WAX.
4)  Click on OK.

NOTE:  If BUBSORT.WAX does not appear in the Script File drop down
       list, you might have a different default ASPECT path.  To
       change the path, go to Setup | Data | Data Options | Paths
       and change the path to /Program Files/Procomm Plus/ASPECT directory.


Additional Information:
------------------------

N/A